(DONTCOMPILE): Add various term files.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 12:42:33 +0000 (12:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 12:42:33 +0000 (12:42 +0000)
lisp/Makefile.in
lisp/makefile.w32-in

index 94a4c478cb6f1f0794a1442ccfdaa2cb00b072c1..247fb3f689dc8c8655209bc5caa54126d08af628 100644 (file)
@@ -56,6 +56,26 @@ DONTCOMPILE = \
        $(lisp)/play/bruce.el \
        $(lisp)/subdirs.el \
        $(lisp)/term/internal.el \
+       $(lisp)/term/AT386.el  \
+       $(lisp)/term/apollo.el \
+       $(lisp)/term/bobcat.el \
+       $(lisp)/term/iris-ansi.el \
+       $(lisp)/term/keyswap.el \
+       $(lisp)/term/linux.el \
+       $(lisp)/term/lk201.el \
+       $(lisp)/term/news.el \
+       $(lisp)/term/vt102.el \
+       $(lisp)/term/vt125.el \
+       $(lisp)/term/vt200.el \
+       $(lisp)/term/vt201.el \
+       $(lisp)/term/vt220.el \
+       $(lisp)/term/vt240.el \
+       $(lisp)/term/vt300.el \
+       $(lisp)/term/vt320.el \
+       $(lisp)/term/vt400.el \
+       $(lisp)/term/vt420.el \
+       $(lisp)/term/wyse50.el \
+       $(lisp)/term/xterm.el \
        $(lisp)/version.el
 
 # Files to compile before others during a bootstrap.  This is done
index 2efad045a5a73bbb683aca85bea95f555f203fb5..18c9ac4a9b9c1828679aaea90e224b7229b662de 100644 (file)
@@ -75,6 +75,26 @@ DONTCOMPILE = \
        $(lisp)/play/bruce.el \
        $(lisp)/subdirs.el \
        $(lisp)/term/internal.el \
+       $(lisp)/term/AT386.el  \
+       $(lisp)/term/apollo.el \
+       $(lisp)/term/bobcat.el \
+       $(lisp)/term/iris-ansi.el \
+       $(lisp)/term/keyswap.el \
+       $(lisp)/term/linux.el \
+       $(lisp)/term/lk201.el \
+       $(lisp)/term/news.el \
+       $(lisp)/term/vt102.el \
+       $(lisp)/term/vt125.el \
+       $(lisp)/term/vt200.el \
+       $(lisp)/term/vt201.el \
+       $(lisp)/term/vt220.el \
+       $(lisp)/term/vt240.el \
+       $(lisp)/term/vt300.el \
+       $(lisp)/term/vt320.el \
+       $(lisp)/term/vt400.el \
+       $(lisp)/term/vt420.el \
+       $(lisp)/term/wyse50.el \
+       $(lisp)/term/xterm.el \
        $(lisp)/version.el
 
 # Files to compile before others during a bootstrap.  This is done